home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet multimedia
/
Linux LiveCD
/
GeeXboX 1.0 EN
/
geexbox-1.0-en.i386.iso
/
GEEXBOX
/
etc
/
init.d
/
30_digitools
< prev
next >
Wrap
Text File
|
2006-06-21
|
445b
|
20 lines
#!/bin/sh
#
# setup the Digimatrix
#
# runlevels: geexbox, debug
[ -f /proc/acpi/dsdt ] || exit 1
[ `grep -e P4SQ -c /proc/acpi/dsdt` -eq 0 ] && exit 1
echo "### Setting up Digimatrix ###"
[ -x /usr/bin/digifan ] && digifan -g 5 -i
[ -x /usr/bin/digipanel ] && digipanel -lts
[ -x /usr/bin/digiradio ] && echo '' > /var/digimatrix
# PAL-I/SECAM requires tda9887 options for audio
echo "options tda9887 port2=0" >> /etc/modprobe.conf
exit 0